home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.19951130-19960209
/
000110_news@columbia.edu_Fri Dec 15 16:33:01 1995.msg
< prev
next >
Wrap
Internet Message Format
|
2020-01-01
|
2KB
Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA11633
(5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun>); Fri, 15 Dec 1995 11:33:22 -0500
Received: (from news@localhost) by apakabar.cc.columbia.edu (8.6.12/8.6.12) id LAA19462 for kermit.misc@watsun; Fri, 15 Dec 1995 11:33:10 -0500
Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
Newsgroups: comp.unix.programmer,comp.protocols.kermit.misc,comp.protocols.misc,comp.unix.sco.misc
Subject: Re: how to set "control quote character" in Ckermit?
Date: 15 Dec 1995 16:33:01 GMT
Organization: Columbia University
Lines: 23
Message-Id: <4as7vt$ivv@apakabar.cc.columbia.edu>
References: <4aqri6$1am@news.jhu.edu>
Nntp-Posting-Host: watsun.cc.columbia.edu
Xref: news.columbia.edu comp.unix.programmer:37427 comp.protocols.kermit.misc:4308 comp.protocols.misc:5193 comp.unix.sco.misc:11987
Apparently-To: kermit.misc@watsun.cc.columbia.edu
In article <4aqri6$1am@news.jhu.edu>,
Yuehong Zheng <yuehong@psi.ece.jhu.edu> wrote:
>And how to set "8th bit quote character " in Ckermit?
>
You only need to use 8th-bit quoting if you have a 7-bit
connection. The way you tell C-Kermit about this is:
SET PARITY EVEN
(or SET PARITY SPACE, etc -- any parity value other than NONE).
There is no command to choose what the 8th-bit prefix is.
The character '&' is always used for this.
>How to set "maximum packet size" in Ckermit?
>
Tell the file receiver to SET RECEIVE PACKET-LENGTH <number>.
> I have looked at that book named 'Using Ckermit',
> and can not find the answer.
>
Try Chapters 6 and 8.
- Frank